Extension point routeModelImporter
In component org.nuxeo.ecm.platform.routing.service
Documentation
Use to provide a resource path to import route models
<template-resource path="the path of the zip containing an xml export of the models to import "/>
Contribution Descriptors
- Class: org.nuxeo.ecm.platform.routing.api.RouteModelResourceType
Existing Contributions
Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.
-
<extension point="routeModelImporter" target="org.nuxeo.ecm.platform.routing.service"> <template-resource id="ParallelDocumentReview" path="data/ParallelDocumentReview.zip"/> <template-resource id="SerialDocumentReview" path="data/SerialDocumentReview.zip"/> </extension>